jeeps/gpsproj.h jeeps/gpsnmeafmt.h jeeps/gpsnmeaget.h
geo.o: geo.c defs.h queue.h gbtypes.h xmlgeneric.h
geoniche.o: geoniche.c defs.h queue.h gbtypes.h coldsync/palm.h \
- coldsync/pdb.h
+ coldsync/pdb.h jeeps/gpsmath.h
globals.o: globals.c defs.h queue.h gbtypes.h
glogbook.o: glogbook.c defs.h queue.h gbtypes.h xmlgeneric.h
google.o: google.c defs.h queue.h gbtypes.h xmlgeneric.h
parse_wpt(char *buff)
{
int col = -1;
- char *c, *cend, *cx;
+ char *c, *cx;
waypoint *wpt = waypt_new();
c = strstr(buff, "A ");
{
char buff[1024];
int line = 0;
- waypoint *wpt;
+ waypoint *wpt = NULL;
route_head *route = NULL;
route_head *track = NULL;
if (*cin == ';')
{
int data = 0;
- int note = 0;
if (*(cin+1) != '\xA4') continue;
int interp, i;
char name[256];
char *pow;
- int column = 0;
if (data_lines < 0)
{
&wpt->longitude,
&wpt->latitude,
&wpt->altitude,
- &interp, &name))
+ &interp, name))
{
fatal(MYNAME ": Could not interprete line %d!\n", line);
}